CSharpTest.Net
BTreeDictionary<TKey,TValue> Constructor(Int32,IComparer<TKey>)
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Collections Namespace > BTreeDictionary<TKey,TValue> Class > BTreeDictionary<TKey,TValue> Constructor : BTreeDictionary<TKey,TValue> Constructor(Int32,IComparer<TKey>)

order
comparer

Glossary Item Box

Constructs a BTreeList instance.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal order As Integer, _
   ByVal comparer As IComparer(Of TKey) _
)
C# 
public BTreeDictionary<TKey,TValue>( 
   int order,
   IComparer<TKey> comparer
)

Parameters

order
comparer

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys